home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 233
/
Computer Shopper 233
/
ComputerShopperDVD233.iso
/
Assets
/
Interface
/
Install.dxr
/
00004_Intercept getURL.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-17
|
353 b
|
14 lines
global rootWindow
on GetUrl me, theURL
_player.windowList[1].movie.launch(theURL)
end
on resizeDialog newHeight
oldLeft = _player.windowList[2].rect[1]
oldTop = _player.windowList[2].rect[2]
oldRight = _player.windowList[2].rect[3]
newBottom = oldTop + newHeight
_player.windowList[2].rect = rect(oldLeft, oldTop, oldRight, newBottom)
end